home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1155 / PlaceObject2_112_1527 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-09-12  |  202 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    n -= 7;
  3.    if(n >= 0)
  4.    {
  5.       who.setVolume(n);
  6.    }
  7.    else
  8.    {
  9.       who.stop();
  10.       who.setVolume(100);
  11.       n = 100;
  12.       delete _root.loop;
  13.    }
  14. }
  15.